Fix bug #11068 with window display when default face was remapped.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2012 08:45:27 +0000 (11:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2012 08:45:27 +0000 (11:45 +0300)
commit98e8c704c5201018a3f5d81ed48de13dc3cf35a5
tree261dbfb126ba1ced9e997edd038ca51a88bfd274
parenta3ce52d1f485a6f3a14d70c075e20f3eff4d24dd
Fix bug #11068 with window display when default face was remapped.

 src/xdisp.c (append_space_for_newline): If the default face was
 remapped, use the remapped face for the appended newline.
 (extend_face_to_end_of_line): Use the remapped default face for
 extending the face to the end of the line.
 (display_line): Call extend_face_to_end_of_line when the default
 face was remapped.
src/ChangeLog
src/xdisp.c